sync/atomic.Uintptr.And (method) one use sync/atomic (current package) type.go#L218: func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)